body {
	margin:0px; 
	padding:0px; 
	/*background:url(images/topbgk.jpg) repeat-x; */
	background:url(images/grey.jpg) repeat;
	background-color:#FFFFFF;
	text-align:center;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	color:#000000;
	font-weight:bold;
}

h2 {
	font-size:15px;
	color:#d37100;
	font-weight:bold;
}

table {
	font-size:12px;
}

td {
	font-size:12px;
}


div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height:600px;
	text-align: left;
	background:#ffffff;
}

div#container1
{
	float:left;
	width:100%;
	background:#ffffff;
	padding-bottom:20px;
}

div#container2
{
    float:left;
    width:100%;
    background:#ffffff;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;	
	padding-bottom:20px;
}

#header {
	background:url(images/header.jpg) no-repeat;
	height:277px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: left;
	border-left:#cccccc 1px solid;	
	border-right:#cccccc 1px solid;	
	border-top:#cccccc 1px solid;			
}

#header #offer {
	float:left;
	width:400px;
	padding-top:140px;
	padding-left:140px;
}

#header #cart {
	float:right;
	width:700px;
	text-align:right;
	padding-top:2px;
	padding-right:30px;
	color:#ffffff;
}


#leftbar {
	float:left;
	width:216px;
	padding-top:20px;
}

#menubox {
	width:216px;
	background:url(images/menuboxbgk.jpg) repeat-y;
}

#contactbox {
 width:216px;
 height:100px;
 background:url(images/contactbgk.jpg) no-repeat;
 border-top:#cccccc 1px solid;
 border-bottom:#cccccc 1px solid;
 border-right:#cccccc 1px solid;
 text-align:center;
 color:#000000;
 font-size:14px;
 font-weight:bold;
 padding-top:5px;
}

#contactbox a {
 color:#ffffff;
 font-size:11px;
 font-weight:normal;
}


#content {
	float:left;
	width:680px;
	text-align:left;
	padding-top:20px;
}

#content .title {
	padding-left:35px;
	color:#000000;
	font-weight:bold;
	font-size:13px;	
}

#content .text {
	padding-left:35px;
}

#colorbox {
	width:710px;
	background:#fbf3eb;
	margin-left:20px;
	padding-left:10px;
	padding-top:5px;
}


.orangeheader {
	color:#d37100;
	font-weight:bold;
	font-size:13px;
}


table {
	font-size:11px;
}

.paintingbox {
	float:left;
	width:140px;
	height:225px;
	border:#CCCCCC 1px solid;
	text-align:center;
	margin-bottom:15px;
	margin-right:15px;
	padding-top:10px;
}

.paintingbox .paintingthumb {
	width:100px;
	height:100px;
	border:#000 1px solid;
}

.paintingbox .paintingtitle {
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
}

.paintingbox .paintingdetail {
	padding-top:10px;
}

#gallery {
	float:left;
	width:680px;
	margin-bottom:30px;
}

#gallery #main {
	float:left;
	border:#000 1px solid;
	margin-right:10px;	
}

#gallery #thumb {
	float:left;
	width:100px;
	height:100px;
	border:#000 1px solid;
	margin-right:5px;
	margin-bottom:5px;	
}


#footer {
	clear:both;
	width:100%;
	height:30px;
	background:#ae2626;
	color:#FFFFFF;
	font-size:11px;
	border-top:#CCCCCC 1px solid;
	padding-top:7px;
	text-align:center;	
}

#footer a {
	color:#ffffff;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* Facebook */
#facebook-box {
	width:100%;

}


